| lcDrwAddBlockPaper | Home |
|
HANDLE lcDrwAddBlockPaper ( HANDLE hDrw, LPCWSTR szName, int PaperSize, int Orient, double Width, double Height ); |
| hDrw | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Handle to a drawing object. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| szName | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
View name. Must be different from exist views. You can specify an empty string and the unique name will be generated automatically. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PaperSize | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Paper size for the layout. Can be one of the following values:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Orient | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Paper orientation, can be one of the following values:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Width | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Valid only if Size=LC_PAPER_USER. Specifies paper width, in millimeters. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Height | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Valid only if Size=LC_PAPER_USER. Specifies paper height, in millimeters. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Handle to a new "Paper Space" block. If the function fails, the return value is NULL. |
| lcBlockSetPaperSize |